projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b8c90
)
Fix a string
author
Alexandre Franke
<alexandre.franke@gmail.com>
Tue, 11 Aug 2020 14:05:58 +0000
(14:05 +0000)
committer
Alexandre Franke
<alexandre.franke@gmail.com>
Tue, 11 Aug 2020 14:05:58 +0000
(14:05 +0000)
gtk/gtkgridlayout.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgridlayout.c
b/gtk/gtkgridlayout.c
index 420b08d0ed0e59f245b3062dc50d14bb5728cb57..77cc7a4e386169371bd5065246f3d3a4147c58d6 100644
(file)
--- a/
gtk/gtkgridlayout.c
+++ b/
gtk/gtkgridlayout.c
@@
-165,7
+165,7
@@
gtk_grid_layout_child_class_init (GtkGridLayoutChildClass *klass)
child_props[PROP_CHILD_COLUMN] =
g_param_spec_int ("column",
P_("Column"),
- P_("The column place the child in"),
+ P_("The column
to
place the child in"),
G_MININT, G_MAXINT, 0,
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);